Vcenter Host FilterSpec
The Vcenter Host FilterSpec schema contains properties used to filter the results when listing hosts (see GET /vcenter/host). If multiple properties are specified, only hosts matching all of the properties match the filter.
{
"standalone": false
}
If true, only hosts that are not part of a cluster can match the filter, and if false, only hosts that are are part of a cluster can match the filter.
If missing or null
Hosts can match filter independent of whether they are part of a cluster or not. If this field is true and Vcenter Host FilterSpec.clusters os not empty, no hosts will match the filter.